home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NOH_TALE.DIR
/
00165_Script_165
< prev
next >
Wrap
Text File
|
1994-06-29
|
633b
|
18 lines
--Choosing "Soft" from the custom Volume menu has the playback
--head go to the frame marked "Soft." This handler sets
--the computer's sound level to 1, puts a checkmark
--next to the "Soft" command in the Volume menu, and removes
--checkmarks from the other Volume menu items.
on exitFrame
set the soundLevel to 1
beep
Set the checkMark of menuItem "LOUD" of menu "VOLUME" to FALSE
Set the checkMark of menuItem "MEDIUM" of menu "VOLUME" to FALSE
Set the checkMark of menuItem "SOFT" of menu "VOLUME" to TRUE
Set the checkMark of menuItem "MUTE" of menu "VOLUME" to FALSE
go to frame "Stay"
end